home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / SHARED.DIR / 03147_Script_forceRefreshDigitalVideo < prev    next >
Text File  |  1996-04-01  |  338b  |  8 lines

  1. on forceRefreshDigitalVideo whichSprite
  2.   set C = the castNum of sprite whichSprite
  3.   if the castType of cast C <> #digitalVideo then exit
  4.   set oldDirectToStage = the directToStage of cast C
  5.   set the directToStage of cast C = FALSE
  6.   set the directToStage of cast C = TRUE
  7.   set the directToStage of cast C = oldDirectToStage
  8. end